home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
2101_200
/
DISK2175
/
DISK2175.ZIP
/
DELETE.HLP
< prev
next >
Wrap
Text File
|
1988-12-06
|
2KB
|
25 lines
----------------------------------------------------------------------------
D E L (Delete) COMMAND
----------------------------------------------------------------------------
Purpose: Deletes the specified file or files from the specified or current
directory.
Format: DEL [d:][path]filename[.ext]
Remarks: [d:] to specify the drive that contains the file you want to delete
[path] to specify the directory path that contains the file you
want to delete.
filename[.ext] to specify the name of the file you want to delete.
You may specify wild card characters here, as in most DOS commands.
Example: DEL A:MYFILE.TXT would delete MYFILE.TXT on the A: drive in the
current directory on the A: drive.
DEL C:\MESSAGES\MYFILE.* would delete from the C: drive, in the
\MESSAGES directory, all files named MYFILE, regardless of the file
extension.